home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / CmdDlgOneParam.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  584 b   |  28 lines  |  [TEXT/KAHL]

  1. /* CmdDlgOneParam.h */
  2.  
  3. #ifndef Included_CmdDlgOneParam_h
  4. #define Included_CmdDlgOneParam_h
  5.  
  6. /* CmdDlgOneParam module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* Screen */
  13. /* EventLoop */
  14. /* Menus */
  15. /* TextEdit */
  16. /* SimpleButton */
  17. /* WrapTextBox */
  18. /* DataMunging */
  19. /* Main */
  20. /* Alert */
  21. /* Numbers */
  22.  
  23. /* present a dialog box that allows the user to edit a single parameter */
  24. /* returns True if the user changes the value and clicks OK. */
  25. MyBoolean                CommandDialogOneParam(char* Prompt, char* BoxName, double* DataInOut);
  26.  
  27. #endif
  28.